'宣言 Public Function New( _ ByVal source As System.Collections.IEnumerable, _ ByVal selectMany As System.Func(Of IReadOnlyList(Of S),Integer,IReadOnlyList(Of T)) _ )
public C1SelectManyDataCollection<S,T>( System.Collections.IEnumerable source, System.Func<IReadOnlyList<S>,int,IReadOnlyList<T>> selectMany )
パラメータ
- source
- The source.
- selectMany
- Select many function which converts a source item into an item of this collection.